testing.common.cleanupStarted (field)

5 uses

	testing (current package)
		testing.go#L654: 	cleanupStarted atomic.Bool    // Registered cleanup callbacks have started to execute
		testing.go#L1631: 	c.cleanupStarted.Store(true)
		testing.go#L1632: 	defer c.cleanupStarted.Store(false)
		testing.go#L2054: 	if t.cleanupStarted.Load() {
		testing.go#L2126: 	if t.cleanupStarted.Load() {